home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000194_news@columbia.edu _Mon Mar 11 10:21:52 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id KAA21023 for <kermit.misc@watsun>; Mon, 11 Mar 1996 10:21:51 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id KAA25797 for kermit.misc@watsun; Mon, 11 Mar 1996 10:21:48 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: C/MS Kermit interactions
  8. Date: 11 Mar 1996 15:21:36 GMT
  9. Organization: Columbia University
  10. Lines: 26
  11. Message-ID: <4i1ge0$p5j@apakabar.cc.columbia.edu>
  12. References: <xq5rav08fpb.fsf@GS205.SP.CS.CMU.EDU>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <xq5rav08fpb.fsf@GS205.SP.CS.CMU.EDU>,
  16. Stewart M. Clamen <clamen@CS.CMU.EDU> wrote:
  17. : I am trying to get file tranfers working between a Unix machine (home)
  18. : and a PC (running W95 or W3.1, I've tried both).  I have C-Kermit
  19. : 5A(188) on the unix box and MSK 3.14 on the PC.
  20. : I use C-Kermit to dial in and connect to the PC, and get the DOS
  21. : prompt (the terminal server on the PC side is supported via a DOS
  22. : program called JAXHOST). To (attempt to) transfer files, I enter MSK
  23. : SERVER on the PC side and the SEND cmd on the Unix side, but no
  24. : packets are successfully received.
  25. : What have I forgotten?  It's possible, I suppose, that my terminal
  26. : program, JAXHOST, is not letting the packets through.
  27. :
  28. That is probably exactly what is happening.
  29.  
  30. : Is there a PC terminal program that works with Kermit?
  31. Yes, Kermit 95.  It includes a host mode that lets people dial up a
  32. Windows 95 or NT computer and transfer files (etc).  You can find out
  33. all about it at:
  34.  
  35.   http://www.columbia.edu/kermit/k95.html
  36.  
  37. - Frank